Initial import
authorMatthias Clasen <mclasen@redhat.com>
Sat, 3 May 2014 01:48:33 +0000 (21:48 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 11 May 2014 02:04:09 +0000 (22:04 -0400)
commit81af602ddadd5a564a1fef19c91c570983446d7a
treed2383aa8a3910528176bbb7112240af53a858206
parent2dc100fa7624bb7ab90a4fb156dabfba564ab0ec
Initial import

This is a copy of https://github.com/chipx86/gtkparasite.git
with minimal edits to make it build.
28 files changed:
configure.ac
modules/Makefile.am
modules/other/Makefile.am [new file with mode: 0644]
modules/other/parasite/Makefile.am [new file with mode: 0644]
modules/other/parasite/button-path.c [new file with mode: 0644]
modules/other/parasite/button-path.h [new file with mode: 0644]
modules/other/parasite/classes-list.c [new file with mode: 0644]
modules/other/parasite/classes-list.h [new file with mode: 0644]
modules/other/parasite/css-editor.c [new file with mode: 0644]
modules/other/parasite/css-editor.h [new file with mode: 0644]
modules/other/parasite/inspect-button.c [new file with mode: 0644]
modules/other/parasite/module.c [new file with mode: 0644]
modules/other/parasite/object-hierarchy.c [new file with mode: 0644]
modules/other/parasite/object-hierarchy.h [new file with mode: 0644]
modules/other/parasite/parasite.h [new file with mode: 0644]
modules/other/parasite/prop-list.c [new file with mode: 0644]
modules/other/parasite/prop-list.h [new file with mode: 0644]
modules/other/parasite/property-cell-renderer.c [new file with mode: 0644]
modules/other/parasite/property-cell-renderer.h [new file with mode: 0644]
modules/other/parasite/python-hooks.c [new file with mode: 0644]
modules/other/parasite/python-hooks.h [new file with mode: 0644]
modules/other/parasite/python-shell.c [new file with mode: 0644]
modules/other/parasite/python-shell.h [new file with mode: 0644]
modules/other/parasite/themes.c [new file with mode: 0644]
modules/other/parasite/themes.h [new file with mode: 0644]
modules/other/parasite/widget-tree.c [new file with mode: 0644]
modules/other/parasite/widget-tree.h [new file with mode: 0644]
modules/other/parasite/window.c [new file with mode: 0644]